home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / SCRMES.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-25  |  115 b   |  8 lines

  1. #ifndef _SCR_MESSAGE_
  2. #define _SCR_MESSAGE_
  3. #include "types.h"
  4.  
  5. void Screen_Message(PCHAR message);
  6.  
  7. #endif
  8.